Technical Note TN2116
My New Technical Note Document

Type your document abstract here.





Figure 1: Type your figure title for tn2116_test.gif here.

Figure 1, Type your figure title for tn2116_test.gif here.

A link link to apple test

Introduction

Type your introduction here.

  • this is a test.

    Listing 1: Setting the mixer bus count.

    OSStatus SetMixerBusCount (UInt32 inBusCount)

    {

    UInt32 size = sizeof(UInt32);

    UInt32 busCount = inBusCount;

    return (AudioUnitSetProperty ( mMixerUnit,

    kAudioUnitProperty_BusCount,

    kAudioUnitScope_Input,

    0,

    &busCount,

    size));

    }

Back to Top 

In Depth Explanation

Type your next section here. Maybe illustrate your point with a source code listing.

Listing 2: Setting the mixer bus count.

OSStatus    SetMixerBusCount (UInt32    inBusCount)
{

        UInt32  size        = sizeof(UInt32);
        UInt32  busCount    = inBusCount;
    
        return (AudioUnitSetProperty (    mMixerUnit,
                            kAudioUnitProperty_BusCount,
                            kAudioUnitScope_Input,
                            0,
                            &busCount,
                            size));
    
}

Put your subheading title here

Put your subheading title here

Back to Top 

And, one more thing...

and so on....

IMPORTANT:

  • this is a test.

    Listing 3: Setting the mixer bus count.

    OSStatus SetMixerBusCount (UInt32 inBusCount)

    {

    UInt32 size = sizeof(UInt32);

    UInt32 busCount = inBusCount;

    return (AudioUnitSetProperty ( mMixerUnit,

    kAudioUnitProperty_BusCount,

    kAudioUnitScope_Input,

    0,

    &busCount,

    size));

    }

Back to Top 

Document Revision History

DateNotes
2004-10-05this is a test

Posted: 2004-10-05